home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / knowhow4 / move.h < prev    next >
C/C++ Source or Header  |  1995-11-01  |  151b  |  10 lines

  1. #ifndef __MOVE_H_
  2. #define __MOVE_H_
  3.  
  4. #include <graphpp.h>
  5.  
  6. enum { VERT, HORIZ };
  7.  
  8. void move_rect(rect src, int sh, int dir);
  9.  
  10. #endif __MOVE_H_